home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / system / ffg202.zip / DEMO_BAT.ZIP / NOTES.BAT < prev    next >
DOS Batch File  |  1995-04-01  |  341b  |  9 lines

  1. @echo off
  2. echo Here is a listing of "NOTES" files.  Note how /x is used to filter out
  3. echo extraneous files that would otherwise match the pattern.
  4. call presskey
  5. :: Below is the same as:
  6. :: ffg /p *:*nts*,*notes* /x*fonts*,*points*,*parents*,*hints*,*ments*,*clients*
  7. echo on
  8. ffg /p *:*[nt,note]s* /x*[fo,poi,hi,[par,m,cli,ag]e]nts*
  9.